-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable gtmq (IN-1750) #292
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
MERGE_REQUIRED_APPROVALS: '0' | ||
MERGE_RETRY_SLEEP: '60000' # ms | ||
MERGE_RETRIES: '15' | ||
MERGE_READY_STATE: 'clean,unstable' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The MERGE_COMMIT_MESSAGE_REGEX
value appears to be set to a PR template fragment, which will prevent automerge from succeeding since commit messages won't match this specific pattern. Consider using (.*)
to match any commit message, or remove the MERGE_COMMIT_MESSAGE_REGEX
parameter entirely if commit message validation isn't needed for the breakglass workflow.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
b560ac7
to
3eb2c05
Compare
3eb2c05
to
86e9e18
Compare
Merge activity
|
86e9e18
to
4f69d81
Compare
build(ci): orb voiceflow/[email protected] build(ci): fail on bors staging branch build(feat): labels for workflows
4f69d81
to
af0012f
Compare
- name: Skip Vercel Preview Comments | ||
run: echo "Skipping Vercel Preview Comments for gtmq_" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The echo
statement alone won't prevent Vercel checks from running. To properly skip these checks, replace the run
command with:
run: exit 0
This will successfully short-circuit the workflow with a successful status.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
af0012f
to
4060e14
Compare
Quality Gate passedIssues Measures |
build(ci): orb voiceflow/[email protected] build(ci): fail on bors staging branch build(feat): labels for workflows
build(ci): orb voiceflow/[email protected] build(ci): fail on bors staging branch build(feat): labels for workflows
4060e14
to
b098aa5
Compare
build(ci): orb voiceflow/[email protected]
build(ci): fail on bors staging branch
build(feat): labels for workflows